home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 19 / Amiga Plus Leser CD 19.iso / Online / AmigaTalk / AmigaTalk.readme < prev    next >
Text File  |  2002-10-30  |  3KB  |  72 lines

  1. Short: V2.2 Update of AmigaTalk (Smalltalk GUI)
  2.  
  3. Uploader: jimbot@frontiernet.net (The Author)
  4. Author:   jimbot@frontiernet.net (James T. Steichen)
  5. Type:     dev/lang
  6. Version:  V2.2
  7.  
  8. AmigaTalk V2.2 is a version of 'Little Smalltalk' (V1.0 by Tim Budd) that
  9. has been re-written & enhanced for the Amiga line of computers.
  10.  
  11.                James T. Steichen, Copyright (c) 1998-2002.
  12.  
  13.    Be sure to have the sound turned on when you start the program!
  14.    (It's called AmigaTalk for a reason!)
  15.    
  16. WARNING:
  17. ~~~~~~~
  18.    There are some things that I can no longer test due to the fact
  19.    that my System has a CyberVision 64D graphics card & is using
  20.    the cybergraphics.library (et al).  I would appreciate some
  21.    feedback about problems that you might find, since I will not
  22.    always be able to find them.
  23.  
  24.    The system is currently NOT fully documented (especially IFF & BOOPSI
  25.    Classes), so expect to see some holes in the documentation.
  26.    
  27.    I did NOT go back & verify that all the Test files still work as
  28.    shown.
  29.    
  30. REQUIREMENTS
  31. ~~~~~~~~~~~~
  32.    AmigaTalk uses DeckBrowser which is Copyrighted (c) by InovaTronics.
  33.    I've included a copy of it with my distribution.  It should be placed
  34.    in the command path where the Amiga OS can find it (example: 'C:')
  35.  
  36.    68040 or better microprocessor. (68000 or 68020 available upon request).
  37.  
  38.    20+ Mb of RAM (or you can edit the AmigaTalk:c/InitializeCommands
  39.                   script & delete the instantiations for Intuition Tags,
  40.                   DosSystem Tags & DataTypeSystem Tags & drop this
  41.                   number down to 4 Mb of RAM).
  42.    
  43.    AmigaDOS 3.5+
  44.  
  45.    Hard disk (5MB of space).
  46.  
  47. HISTORY
  48. ~~~~~~~
  49.    For Version 2.2 the following enhancements/bug fixes were
  50.    made:
  51.    
  52.    * Fixed the install script (by deleting the History.txt copy
  53.      action & including the Images directory in the distribution).
  54.      
  55.    * Added Status Window coordinate bookeeping to the AmigaTalk.env
  56.      file.
  57.    
  58.    * Added more error detection code to initialization of the
  59.      AmigaTalk screen code so that the Command & Status window
  60.      will fill whatever screen you select.  I've been able to check
  61.      almost all screen modes that the CyberVision-64D uses (except
  62.      for 16-bit 1024 * 768, which shows a black screen).  
  63.      AmigaTalk will not let you use a Screen smaller than 640 * 400,
  64.      so don't try to.  If you rename AmigaTalk.env, AmigaTalk will
  65.      use the coordinates from your Workbench screen (or whatever
  66.      screen is active).
  67.  
  68.    * Added a ScreenModeID ToolType to the Icon (default: 0x40D20001).
  69.  
  70.    See AmigaTalk:help/History.guide for the rest.
  71.   
  72.